home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
PROGTOOL
/
PASSDK30.ZIP;1
/
DISK1.ZIP
/
PAS
/
SUBS
/
FM
/
TINY.BAT
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-03-17
|
382 b
|
23 lines
@echo off
rem
rem TINY model build
rem
if not exist MAKEFILE goto errors
if (%1)==(BCC) goto bcc
if (%1)==(bcc) goto bcc
nmake S=T M=0
if ERRORLEVEL,1 goto errors
goto end
:bcc
make BCC=1 S=t M=0 CINC=%include%
if ERRORLEVEL,1 goto errors
goto end
:errors
echo There was an error in this build!
pause
:end